Add patch from upstream to fix installation of headers
authorSimon McVittie <smcv@debian.org>
Sun, 1 Mar 2020 13:54:15 +0000 (13:54 +0000)
committerSimon McVittie <smcv@debian.org>
Sun, 1 Mar 2020 13:54:40 +0000 (13:54 +0000)
debian/changelog
debian/patches/build-Install-gtkemojichooser.h.patch [new file with mode: 0644]
debian/patches/series [new file with mode: 0644]

index 0ca4ea6d19cbcf64eb06a32c55e698600a205a42..72d940b06609eef2d4d2daab3b55e8de794ec0df 100644 (file)
@@ -44,6 +44,8 @@ gtk+4.0 (3.98.0-1) UNRELEASED; urgency=medium
     Promote docbook-xml and docbook-xsl to Build-Depends instead: they are
     needed in all builds for the example programs' man pages. Previously,
     they were pulled in by gtk-doc-tools.
+  * d/p/build-Install-gtkemojichooser.h.patch:
+    Add patch from upstream to fix installation of headers
 
  -- Simon McVittie <smcv@debian.org>  Sat, 29 Feb 2020 23:33:18 +0000
 
diff --git a/debian/patches/build-Install-gtkemojichooser.h.patch b/debian/patches/build-Install-gtkemojichooser.h.patch
new file mode 100644 (file)
index 0000000..e20ca82
--- /dev/null
@@ -0,0 +1,26 @@
+From: Georges Basile Stavracas Neto <georges.stavracas@gmail.com>
+Date: Wed, 12 Feb 2020 15:41:49 -0300
+Subject: build: Install gtkemojichooser.h
+
+It was made public at ef7172dc1ee86a, but the header file
+wasn't added to the public headers list.
+
+Add the header file to the list.
+
+Origin: upstream, 3.98.1, commit:1b95cd27bc6a1a7a213a9587a56ffe1e60b85e6c
+---
+ gtk/meson.build | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/gtk/meson.build b/gtk/meson.build
+index 295ed0a..52badca 100644
+--- a/gtk/meson.build
++++ b/gtk/meson.build
+@@ -461,6 +461,7 @@ gtk_public_headers = files([
+   'gtkdragsource.h',
+   'gtkdrawingarea.h',
+   'gtkeditable.h',
++  'gtkemojichooser.h',
+   'gtkentry.h',
+   'gtkentrybuffer.h',
+   'gtkentrycompletion.h',
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644 (file)
index 0000000..a7361d4
--- /dev/null
@@ -0,0 +1 @@
+build-Install-gtkemojichooser.h.patch